.bt-version {
  content: '2023/08/08 10.52';
}

@font-face {
  font-family: 'opensans';
  src: url(/themes/Default/fonts/opensans.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

body, ul, li, a, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

*, :before, :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  cursor: pointer;
}

body {
  font-family: Roboto,opensans;
  background: #F3F4F8;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 100%;
  top: 0;
  left: 0;
  z-index: 100;
  flex-direction: column;
  background-color: #fff;
}

h1 {
  font-size: 18px;
  color: #000;
}

h2 {
  font-size: 16px;
  color: #666;
}

nav {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

footer {
  width: 100%;
  display: flex;
  flex-direction:column;
  background-color: #053975;
  padding-top: 10px;
}
/*card*/
.bt-card {
  display: flex;
  vertical-align: top;
  min-height: 100%;
  background: #fff;
  position: relative;
  min-width: 250px;
  border: 1px solid var(--line);
  border-radius: 8px;
  flex-direction: column;
}

.bt-card:hover {
  border-color: var(--primary);
}

.bt-card-image {
  display: flex;
  min-height: 100px;
  overflow: hidden;
  flex: 0 0 auto;
  flex-direction: column;
  border-radius: 8px 8px 0 0;
}

.bt-card-image img {
  max-height: 130px;
  width: 100%;
}

.bt-card-flag {
  position: absolute;
  top: 107px;
  right: 14px;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.bt-card-flag img {
  width: 32px;
  height: 32px;
}

.bt-card-logo {
  position: absolute;
  top: 70px;
  left: 14px;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.bt-card-logo img {
  width: 32px;
  height: 32px;
}

.bt-card-title {
  display: flex;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
  text-align: left;
  background: #f7f7f7;
  flex: 0 0 auto;
  flex-direction: column;
  border-radius: 6px 6px 0 0;
}

.bt-card-title h3 {
  font-size: 16px;
}

.bt-card-link {
  margin-left: 10px;
  color: #666;
  vertical-align: top;
}

.bt-card-body {
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
  padding: 8px;
  flex: 0 0 auto;
  flex-direction: column;
}

.bt-card-list {
  display: flex;
  vertical-align: top;
  color: #666;
  font-size: 14px;
  flex-direction: column;
  width: 100%;
  flex: 0 0 auto;
  text-align: left;
  margin-left: 8px;
  margin-top: 4px;
}

.bt-card-note {
  line-height: 1.4;
  text-align: left;
  padding: 8px;
  color: #999;
  padding-top: 4px;
  width: 100%;
  font-size: 12px;
}

.bt-card-list h4 {
  display: inline-block;
}

.bt-card-span {
  font-size: 12px;
  padding-left: 5px;
  color: #999;
}

.bt-card-more {
  color: #0078a7;
}

.bt-card-more:after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMi4zLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE4IDI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCAyODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzAwNzhBNztzdHJva2Utd2lkdGg6Mi45ODAxO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgcG9pbnRzPSIxLjA1OSwxLjE0NSAxNS42MTksMTMuOTk4IAoJMS4wNTksMjYuODUyICIvPgo8L3N2Zz4=);
  display: inline-block;
  height: 12px;
  margin-left: 15px;
  width: 7px;
}
/*category*/
.bt-category {
}

.bt-category-item {
  text-align: left;
  padding: 5px 10px;
}

.bt-category-item:hover {
  background-color: #f5f5f5;
}

.bt-category-logo {
  width: 24px;
}

.bt-category-logo img {
  width: 24px;
}

.bt-Category-text {
  width: 24px;
}

.bt-category-title {
  vertical-align: top;
}

/*product*/
.bt-product {
  display: flex;
  vertical-align: top;
  min-height: 100%;
  background: #fff;
  position: relative;
  min-width: 250px;
  border: 1px solid var(--line);
  border-radius: 8px;
  flex-direction: row;
}

.bt-product:hover {
  border-color: var(--primary);
}

.bt-product-image {
  display: flex;
  height: 260px;
  width:260px;
  overflow: hidden;
  flex: 0 0 auto;
  flex-direction: column;
  border-radius: 8px  0 0 8px;
  border-right:1px solid var(--line);
}

.bt-product-image img {
  width: 100%;
}

.bt-product-flag {
  position: absolute;
  top: 107px;
  right: 14px;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.bt-product-flag img {
  width: 32px;
  height: 32px;
}
.bt-product-body{
  width: calc(100% - 260px);
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.bt-product-title{
  font-size: 24px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  margin: 8px 0;
}
.bt-product-link{
  display: flex;
  flex-direction: column;
}
.bt-product-note{
  display: flex;
  flex-direction: column;
  width:100%
}
/*service*/
.bt-service {
  display: flex;
  vertical-align: top;
  min-height: 100%;
  background: #fff;
  position: relative;
  min-width: 250px;
  border: 1px solid var(--line);
  border-radius: 8px;
  flex-direction: row;
}

.bt-service:hover {
  border-color: var(--primary);
}

.bt-service-image {
  display: flex;
  height: 260px;
  width:260px;
  overflow: hidden;
  flex: 0 0 auto;
  flex-direction: column;
  border-radius: 8px  0 0 8px;
  border-right:1px solid var(--line);
}

.bt-service-image img {
  width: 100%;
}

.bt-service-flag {
  position: absolute;
  top: 107px;
  right: 14px;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.bt-service-flag img {
  width: 32px;
  height: 32px;
}
.bt-service-body{
  width: calc(100% - 260px);
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.bt-service-title{
  font-size: 24px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  margin: 8px 0;
}
.bt-service-link{
  display: flex;
  flex-direction: column;
}
.bt-service-note{
  display: flex;
  flex-direction: column;
  width:100%
}

/*wrapper*/
.bt-wrapper {
  width: 97%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 100%;
}

.bt-header {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  padding: 23px 0 20px;
}

.bt-nav {
  min-width: 300px;
  background-color: #f6f6f6;
}

.bt-nav-collapse {
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.bt-nav a {
  border: none;
  padding: 0;
  color: #999;
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
}

.bt-nav a:hover {
  color: #0066c3;
}

/*main*/
.bt-aboutus {
  background: white;
  margin-top: 20px;
  padding: 20px;
  border-radius: 6px;
}

.bt-aboutus h1 {
}
/**/
.bt-targets {
  background: #fff;
  width: 100%;
  clear: both
}

.bt-title {
  text-align: left;
  border-bottom: 3px solid #3082cb;
  color: #3082cb;
  padding: 10px;
  color: #3f51b5;
  border-bottom: 2px solid;
}

.bt-body {
}

.bt-targets-nav {
  background-color: #fafafa;
  padding: 10px 0px;
  height: 100%;
  border-right: 1px solid var(--line);
  border-radius: 0 0 0 5px;
  min-height: 500px;
}
.bt-back{
  background-color:#ebf2f5;
}

/* target */
.bt-target {
  margin-top: 20px;
  border-radius: 5px;
  padding-bottom: 15px;
  width: 100%;
  margin-bottom: 20px;
}

.bt-target-title{
  text-align: left;
  border-bottom: 3px solid #3082cb;
  color: #3082cb;
  padding-bottom: 20px;
}
.bt-target-body{
  text-align: center;
  padding: 10px;
}



/**/
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.cursor-pointer {
  cursor: pointer;
}

.headerfix {
  position: fixed;
  z-index: 100;
  box-shadow: 1px 2px 3px silver;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}


.bt-nav-support i {
  display: inline;
  font-size: 12px;
  color: #0066c3;
  padding:4px;
}

.bt-nav-support a {
  border-right: 1px solid #e0e0e0;
  padding-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

.bt-header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 70%;
  min-width: 300px;
  max-height: 45px;
  text-align: left;
}

.bt-header-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  min-width: 300px;
  padding: 5px;
  text-align: center;
}

.bt-header-member ul.sp-d-flex, .sp-flex-between {
  justify-content: space-between;
}

.bt-header-member li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 35px;
  vertical-align: top;
  height: 35px;
  font-size: 13px;
  margin-right: 5px;
}

.bt-header-signin {
  background: url(/themes/default/images/signin.svg);
}

.bt-header-rfq {
  background: url(/themes/default/images/rfq.svg);
}

.bt-header-chat {
  background: url(/themes/default/images/chat.svg);
}

.bt-header-feed {
  background: url(/themes/default/images/feed.svg);
}

header a:hover {
  color: #0066c3;
}

.bt-header-link {
  text-align: right;
  font-size: 14px;
  min-height: 46px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  background-color: #f6f6f6;
  box-shadow: 0 1px 3px rgba(0,0,0,.18);
  z-index: 1;
}

.bt-search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #0066c3;
  border-radius: 5px;
  padding: 0 0 0 3px;
}

.bt-search-box {
  width: calc(100% - 140px);
  height: 40px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #a5a5a5;
  text-indent: 10px;
}

.bt-search-box:focus {
  border: none;
}

.bt-search-option {
  width: 100px;
  height: 45px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #a5a5a5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bt-search-button {
  min-width: 14px;
  border-radius: 0 5px 5px 0;
  background: #0066c3 none repeat scroll 0 0;
  border: none;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 13px 10px;
  position: absolute;
  top: -1px;
  right: -1px;
  cursor: pointer;
  bottom: -1px;
}

.bt-search-button i {
  font-size: 20px;
}

.bt-search-wraper {
  width: 100%;
  right: 0;
  margin-top: 0;
  background: #fff;
  position: absolute;
  border: 1px solid #dcdcdc;
  box-shadow: 0 3px 8px 0 rgba(153,151,153,1);
  border-top: none;
  display: none;
}

.bt-menu li {
  display: inline-block;
  position: relative;
  margin-top: 3px;
  font-size: 16px;
  color: #333;
  border-right: 1px solid #eee;
  padding: 8px 15px;
}

.bt-menu-drop {
  display: none;
  position: absolute;
  z-index: 10;
  background: #f6f6f6;
  top: 35px;
  left: -10px;
  width: 200px;
}

.bt-menu-drop li {
  display: block;
  border-bottom: 1px solid silver;
}

.bt-menu li:hover .bt-menu-drop {
  display: block;
}

.bt-menu-sub {
  display: none;
}

.bt-menu li:hover .bt-menu-drop {
  display: block;
}

.bt-content {
  margin: 0 auto;
  padding: 30px;
  font-size: 14px;
}

.bt-content-title {
  margin-bottom: 15px;
  font-size: 24px;
}

.bt-content-text {
  margin-bottom: 20px;
}

.bt-content-text p {
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: justify;
}

.bt-content-text strong {
  font-size: 18px;
  color: black;
}

.bt-bg-silver {
  background-color: #f6f6f6;
}

.sw-menu-mega {
}

.sw-menu-mega li {
  text-align: left;
  line-height: 1.75;
  border-bottom: 1px solid blue;
  position: relative;
}

.sw-menu-mega li :before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 7px;
  right: 8px;
  color: #666;
}

.bt-aboutus {
  background: white;
  margin-top: 20px;
  padding: 20px;
  border-radius: 6px;
  line-height: 150%;
  font-size: 1.2rem;
}

.bt-aboutus h1 {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 20px;
}

/*--sdasdsa*/
.main-bcategory {
  display: inline-block;
  vertical-align: top;
  color: #333;
  border-radius: 6px 6px 0 0;
  padding: 0 5px;
}

.bcategory {
  display: inline-block;
  padding: 7px 10px;
}

.bcategory:hover {
  background: #e5eef5;
}

.bcategory .dropdown-toggle {
  position: relative;
}

.bcategory .down-menu {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1000;
  color: #0065c1;
  min-height: 340px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s,opacity .5s linear;
}

.bcategory:hover .down-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  background: #fafafa;
}

.bcategory .dropdown-menu {
  float: left;
  min-width: 160px;
  width: 300px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  padding: 0;
  z-index: 1060;
  left: 0;
  background: #f6f6f7;
}

.bcategory .down-menu-body {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.bcategory .dropdown-menu .browseCategList {
  transition: all .2s ease-in 0s;
  -webkit-transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  padding-left: 5px;
  padding-top: 6px;
  vertical-align: top;
  padding-bottom: 6px;
}

.bcategory .dropdown-menu .browseCategList:hover {
  color: #ff7100;
  background: #f7ece3;
}

.bcategory .dropdown-menu .browseCategList a {
  vertical-align: top;
  display: inline-block;
  margin-top: 5px;
  padding: 0;
  color: gray;
}

.bcategory .dropdown-menu .browseCategList label {
  vertical-align: top;
  display: inline-block;
  margin-top: 5px;
}

.bcategory .dropdown-menu .browseCategList .detailListCateg {
  background: #e5eef5;
  padding: 15px;
  overflow-y: auto;
  text-align: left;
  visibility: hidden;
  opacity: 1;
  position: absolute;
  top: 0;
  min-width: 600px;
  min-height: 350px;
  max-height: 350px;
  left: 300px;
  right: 0;
}

.bcategory .dropdown-menu .browseCategList .detailListCateg li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

.bcategory .dropdown-menu .browseCategList:hover .detailListCateg {
  visibility: visible;
  opacity: 1;
  color: #0065c1;
}

.bcategory i {
  font-size: 20px;
  padding: 5px;
  padding-top: 0;
}

.bcategory a {
  font-size: 16px;
}

.bcategory .dropdown-menu .browseCategList a:hover, .bcategory a:hover {
  color: #0066c3;
}

.header .barrow {
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 4px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #707070;
  position: absolute;
  right: -19px;
  bottom: 30px;
  padding: 0;
}

.navbar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.navbar .link {
  padding: 10px;
}

.navbar .active {
  border-bottom: 2px solid blue;
}

.navfix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: .8;
}

.bt-logo {
  display: inline-block;
  width: 200px;
}

.bt-logo img {
  max-width: 200px;
  max-height: 50px;
}

.header-menu li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.header .header-menu .menu {
  display: none;
}

.header-menu li:hover .menu {
  position: absolute;
  display: block;
  z-index: 5;
  background: #f3f2f0;
  border: 1px solid silver;
  color: gray;
  min-height: 150px;
}

.header-menu .menu {
  width: 300px;
}

.header-menu .submenu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 180px;
  display: none;
  background-color: #f3f2f0;
}

.header-menu .menu li {
  width: 100%;
  line-height: 30px;
}

.header-menu .menu li:hover .submenu {
  display: block;
}

.header-menu li ul {
  display: none;
}

.header-menu .menu-title {
  vertical-align: top;
}

.socials {
  display: inline-block;
}

.socials li {
  float: left;
  margin: 5px 9px;
}

.socials li a {
  font-size: 20px;
}

.socials a:hover {
  color: blue;
}

.bt-slider {
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-color: #217bf5;
}
.slider {
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-color: #217bf5;
}

.bt-body-header {
  position: relative;
  min-height: 350px;
  background-image: url(/themes/default/images/loading.gif);
  border-bottom: 1px solid;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--header);
}

.bt-body-header h1 {
  color: #fff;
  position: absolute;
  display: block;
  font-family: opensans;
  background-color: rgba(0,0,0,.4);
  font-size: 32px;
  padding: 18px;
  width: 100%;
  top: 0;
}

.targets {
  background: #FFF;
  margin-top: 20px;
  border-radius: 5px;
  padding-bottom: 15px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #d8d5d5;
}

.targets .search {
  display: inline-block;
}

.targets .title {
  text-align: left;
  border-bottom: 3px solid #3082cb;
  color: #3082cb;
}

.targets .body {
  text-align: center;
  padding: 10px;
}

.tagert-list {
  vertical-align: top;
  padding-top: 15px;
}

.targets .box {
  width: 18%;
  display: inline-block;
  background: #fff;
  opacity: .8;
  text-align: center;
  position: relative;
  margin: 0 1% 0 0;
  cursor: pointer;
  border-radius: 10px;
  padding-top: 36px;
  padding-bottom: 10px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  font-size: 2em;
  vertical-align: top;
}

.targets .box:hover {
  opacity: 1;
}

.Slider .box .icon {
  display: block;
  margin: 20px auto;
  width: 80px;
  height: 80px;
}

.targets .box p {
  font: bold 20px/22px tahoma;
  text-transform: uppercase;
}

.targets .box:nth-child(1) p {
  color: #60aea3;
}

.targets .box:nth-child(2) p {
  color: #4bb343;
}

.targets .box:nth-child(3) p {
  color: #ee2e24;
}

.targets .box:nth-child(4) p {
  color: #1c9aed;
}

.targets .box:nth-child(5) p {
  color: #d6801e;
}

.targets .box:nth-child(6) p {
  color: #169fff;
}

.search-slider {
  width: 60%;
  border: 1px solid gray;
  border-radius: 5px;
  background: rgba(0,0,0,0.37);
  display: inline-block;
}

.list-menu {
  display: inline-block;
  width: 80%;
  margin-top: 50px;
}

.list-menu a {
  background: #0065c1;
  margin-left: 10px;
  display: inline-block;
  width: 25%;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
}

.list-menu a:hover {
  background: #fff;
  color: #0065c1;
}

.search-submain {
  display: inline-block;
  width: 90%;
  margin-top: 25px;
}

.search-submain input {
  max-width: 400px;
  height: 42px;
  font-size: 20px;
  padding: 5px 19px;
  line-height: 1.4;
  color: #000;
  border-radius: 0;
  vertical-align: top;
  width: 78%;
}

.search-submain a {
  cursor: pointer;
  display: inline-block;
  width: 10%;
  padding: 13px;
  background-color: #0065c1;
  color: #fff;
  font-size: 21px;
}

.search-submain a:hover {
  opacity: .8;
}

.sub-info {
  display: inline-block;
  width: 90%;
  text-align: left;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}

.search-submain p {
  font-size: 10px;
  color: #fff;
  margin-top: 10px;
}

.headertop {
  margin-left: 15%;
}

.headertop-menu {
  padding: 20px;
  float: left;
  color: #DCDCDC;
  font-weight: 700;
  font-size: 140%;
}

.headertop-menu:last-child {
  border: none;
}

.headertop-menu:hover {
  color: #CCA6FF;
  cursor: pointer;
}
/*register*/
.bt-register {
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

.bt-register input[type="text"], .bt-register input[type="password"] {
  width: 98%;
  margin-top: 10px;
}

.bt-register-box {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.bt-register-box input {
  float: right;
  width: 60%;
  margin-left: 5%;
  border-color: #bcbcbc;
}

.bt-register-box select {
  float: right;
  width: 60%;
  margin-left: 5%;
  border-color: #bcbcbc;
}

#divCaptcha, .bt-refresh {
  float: left;
}

.bt-refresh {
  margin: 18px;
}

.bt-regsiter-term {
  float: right;
  width: 100%;
  margin-bottom: 20px;
}

.bt-register-buttom {
  float: right;
  margin-left: 5%;
  font-family: yekan;
  border-radius: 5px;
  border: none;
  padding: 10px;
  color: white;
  background: #ff6a00;
  font-weight: bold;
  cursor: pointer;
}

#divCaptcha img:nth-child(2) {
  display: none;
}

.bt-register-left {
  float: left;
  margin: 60px 5% 0 0;
  width: 60%;
  box-sizing: border-box;
  padding: 10px;
  background: #f4f4f4;
  border-radius: 5px;
}

.bt-register-left li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.bt-register-left li p {
  font-size: 150%;
  font-weight: bold;
}

.bt-register-left li i {
  font-size: 120%;
  float: right;
  width: 28px;
  margin-top: -2px;
  color: #565656;
}

.bt-register li {
  list-style: inside;
}

@media screen and (max-width: 800px) {
  .bt-register {
    width: 100%;
    padding: 10px;
  }
}

.goup {
  width: 40px;
  height: 40px;
  background-color: #000;
  opacity: .4;
  border-radius: 5px;
  position: fixed;
  bottom: -50px;
  right: 5px;
  text-align: center;
  font-size: 200%;
  transition-duration: 1s;
}

.goupimg {
  width: 20px;
  height: 20px;
  margin: 10px auto;
  background: url(../Images/up.png);
  background-size: 100% 100%;
}

.headno {
  margin-left: 46%;
  float: left;
}

.more {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 50px;
  font-size: 130%;
}

.more a {
  border-radius: 5px;
  background: #52bab3;
  padding: 10px;
  position: relative;
  z-index: 9999;
  opacity: 1;
}

.headerbelow {
  width: 100%;
  float: left;
  -webkit-box-shadow: 1px 8px 10px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 8px 10px -6px rgba(0,0,0,0.75);
  box-shadow: 1px 8px 10px -6px rgba(0,0,0,0.75);
  background: #053975;
}

.headerbelow-menu {
  font-size: 120%;
  transition-duration: 1s;
}

.headerbelow-menu li {
  float: left;
  padding: 17px;
}

.headerbelow-menu li a {
  color: #fff;
  font-weight: 700;
}

.headerbelow-menu li:hover {
  background: #034f94;
  webkit-transition: background-color,300ms;
  -moz-transition: background-color,300ms;
  -o-transition: background-color,300ms;
  transition: background-color,300ms;
}

.headerbelow-menu .home a {
  background: url(../images/home.png) transparent no-repeat center center;
  border-right: 1px solid #ede8e8;
  background-size: 34px 28px;
  width: 50px;
  height: 26px;
  display: block;
}

.headerbelow-menu .icon a {
  display: none;
  transition: .3s;
}

.visible-xs-inline {
  display: none !important;
}

.white {
  color: #fff;
}

.fadiamond {
  float: left;
  margin-right: 4px;
}

.htop .socials {
  float: right;
}

.htop .socials ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #5baecc;
  background: #5baecc;
}

.htop .socials ul li a {
  display: block;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
}

.htop .memberbtn {
  width: 150px;
  float: left;
  background: #4f6f81;
  font: bold 14px arial;
  border-radius: 10px;
  line-height: 32px;
  box-shadow: 2px 2px 2px 0 #555;
  margin-right: 20px;
  color: #fff;
  font-family: opensans;
}

.htop .memberbtn .icon-key:before {
  content: "\f084";
  padding: 8px 10px;
  background: #ff7100;
  display: inline-block;
  margin: 0;
  float: left;
  font-size: 17px;
  border-radius: 10px 0 0 10px;
  color: #fff;
}

.htop1 {
  display: none;
}

.logo1 {
  top: 12px;
  transform: scale(0.8);
}

.divmain {
  width: 100%;
}

.maintopparent {
  width: 100%;
  float: right;
  background: url(../Images/b2bco01.jpg);
  background-position: center;
  background-attachment: fixed;
}

.maintop {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.maintoptitle {
  color: #fff;
  font-size: 180%;
  font-weight: 700;
  padding-top: 60px;
}

.maintoptitle1 {
  font-size: 120%;
  padding-top: 10px;
}

.topcenter {
  width: 100%;
  height: 400px;
  margin-top: 25px;
  float: right;
  margin-bottom: 60px;
  background-color: #fff;
}

.targetsparent {
  width: 100%;
  background-color: #F2F3F7;
  padding-bottom: 10px;
  clear: both;
}

.serach-icon {
  font-size: 30px;
  color: #fff;
  float: right;
  padding-left: 12px;
  margin-top: 15px;
  cursor: pointer;
}

.Search-view {
  width: 180px !important;
  background-color: #fff !important;
}

.targets .shortlink {
  width: 20%;
  margin: 0 5%;
  display: inline-block;
  vertical-align: top;
}

.targets .shortlink .box {
  height: 40px;
  background: rgba(0,0,0,0.37);
  margin: 3px;
  padding: 7px;
}

.targets .shortlink img {
  float: right;
  width: 35px;
}

.targets .shortlink p {
  color: #fff;
}

.targetstxt {
  float: left;
  color: #6a6b6c;
  width: 100%;
  margin-top: 10px;
}

.Businessparent {
  width: 100%;
  max-width: 98%;
  margin: 0 auto;
}

.Business {
  width: 100%;
  background-color: #fff;
  height: auto;
  margin-top: 40px;
  display: inline-block;
  vertical-align: top;
}

.innercmp {
  width: 31%;
  min-width: 175px;
  display: inline-block;
  padding: 10px;
  padding-right: 1%;
  padding-left: 1%;
  border: 1px solid #c7bcbc;
  background: #fff;
  margin: 1%;
  margin-top: 3px;
  margin-bottom: 3px;
  height: 165px;
}

.innercmp:hover {
  border-color: #0a69d6;
  z-index: 2;
  transition: all 200ms ease-in;
  position: relative;
}

.innercmp img {
  display: block;
  margin: 0 auto;
  max-height: 75px;
  max-width: 60px;
  float: none;
}

.innercmptxt {
  float: left;
  width: 90%;
}

.innercmptxt1 {
  font-size: 120%;
  font-weight: 700;
  float: left;
  width: 100%;
  color: #535353;
  overflow: hidden;
}

.innercmptxt1 a {
  white-space: nowrap;
}

.innercmptxt2 {
  font-size: 90%;
  float: right;
  width: 100%;
  margin-top: 5px;
  color: #6C6C6D;
}

.innerrand {
  width: 48%;
  min-width: 175px;
  float: left;
  background: #fff;
  margin: 1%;
  margin-top: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid gray;
}

.innerrand .innerrandtext {
  float: left;
  width: 80%;
  text-align: left;
}

.innerrand .innerrandimg {
  width: 20%;
  float: left;
}

.businesstitle {
  font-size: 120%;
  font-weight: 700;
  color: #535353;
}

.registerdiv {
  width: 100%;
  float: left;
  background-color: #fff;
}

.register {
  width: 50%;
  margin: 0 auto;
}

.registertitle {
  font-size: 200%;
  font-weight: 700;
  padding-top: 40px;
  float: right;
  color: #6a6b6c;
  width: 100%;
}

.registertitle:before {
  font-family: fontawesome;
  content: "\f044 ";
  float: left;
  margin-right: 10px;
}

.registertxt {
  padding-top: 10px;
  float: left;
  color: #3C3C3C;
  width: 90%;
  margin-left: 40px;
  line-height: 120%;
  text-align: justify;
}

.registerbtm {
  width: 200px;
  height: 30px;
  color: #fff;
  background-color: #e5312b;
  float: left;
  margin-left: 40px;
  margin-top: 30px;
  text-align: center;
  padding-top: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

.globalparent {
  width: 100%;
  background: url(../images/bSuccess.jpg);
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-attachment: fixed;
  position: relative;
  height: 360px;
  overflow: hidden;
  text-align: center;
}

.global {
  width: 92%;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}

.global.bg {
  background: rgba(119,120,121,0.68);
  padding: 20px 0;
  color: #fff;
  position: absolute;
  z-index: 20;
  left: 9%;
}

.globaltitle {
  font-size: 200%;
}

.globaltxt {
  padding-top: 20px;
  line-height: 130%;
  padding-bottom: 20px;
}

.grids {
  width: 30%;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  line-height: 40px;
  margin-right: 3%;
}

.globalfont {
  font-size: 500% !important;
  color: #000;
}

.grids span {
  font-weight: 700;
  font-size: 130%;
}

.newsparent {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.news {
  width: 100%;
  float: right;
  padding-bottom: 40px;
  padding-top: 40px;
}

.newstitle {
  font-size: 230%;
  font-weight: 700;
  color: #6a6b6c;
}

.newstitle:before {
  font-family: fontawesome;
  content: "\f1ea";
  padding-right: 10px;
}

.news1 {
  width: 100%;
  float: left;
  margin-top: 30px;
  background-color: #fff;
}

.new1right {
  width: 40%;
  height: 300px;
  float: left;
  background-size: 100% 100%;
}

.new1left {
  float: right;
  width: 60%;
}

.new1left span {
  float: left;
  margin-left: 7%;
  width: 90%;
  margin-top: 20px;
  font-size: 140%;
  color: #535455;
  font-weight: 700;
}

.news2 {
  margin-top: 20px;
  background-color: #eee;
}

.articlepage {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 150%;
}

.articlepage img {
  margin: 10px auto;
  text-align: center;
}

.articlepage p {
  text-align: justify !important;
}

.articlepage ul li {
  text-align: justify !important;
}

.articlepage > span {
  float: right;
  width: 100%;
  font-weight: 700;
  font-size: 130%;
  margin-bottom: 15px;
  color: #787777;
}

.news2col {
  width: 30%;
  float: left;
  margin-left: 1%;
  margin-right: 2%;
  background-color: #fff;
  border-bottom: 2px solid #bdbdbd;
  max-height: 464px;
}

.news2col img {
  width: 100%;
  height: 250px;
}

.news2col span {
  float: left;
  width: 96%;
  font-size: 120%;
  font-weight: 700;
  color: #535455;
  margin-top: 15px;
  padding-left: 2%;
}

.news2coltxt {
  float: left;
  width: 96%;
  font-size: 90%;
  color: #535455;
  margin-top: 20px;
  padding-left: 2%;
  text-align: justify;
  line-height: 140%;
  padding-bottom: 20px;
}

.date:before {
  content: "\f073 ";
  font-family: fontawesome;
  padding-right: 10px;
  float: left;
}

.mainbelowparent {
  width: 100%;
  float: left;
  background: #3c4a54;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mainbelow {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 30px;
  color: #fff;
  font-family: opensans;
}

.below {
  width: 22%;
  padding-left: 1.4%;
  padding-right: 1.4%;
  float: left;
  text-align: center;
  border-right: 1px solid #000;
}

.below:last-child {
  border: none;
}

.below i {
  font-size: 700%;
}

.below span {
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}



.bt-footer-main {
  width: 97%;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 30px;
}

.bt-footer-main span {
  font-size: 200%;
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.bt-footer-bottom {
  margin: 0 auto;
  color: #fff;
  height: 40px;
  background: #022957;
  padding: 12px 7%;
  display: flex;
  flex-direction: row;
}

.bt-footer-col {
  vertical-align: top;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.bt-footer-col h1 {
  font-size: 120%;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 15px;
}

.bt-footer-col ul {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 33%;
}

.bt-footer-col li {
  line-height: 170%;
}

a {
  text-decoration: none;
  color: inherit;
}

.searchbar {
  width: 100%;
  float: right;
  height: 40px;
}

.searchdiv {
  width: 99%;
  max-width: 800px;
  margin: 10px auto;
  height: 40px;
  border: 1px solid #fff;
}

.searchtxt {
  float: left !important;
  width: 93% !important;
  height: 99% !important;
  border: none !important;
  padding: 0 !important;
  padding-left: 1% !important;
  font-size: 120% !important;
  border-radius: 0 !important;
}

.searchbtm {
  text-align: center;
  color: #fff;
  height: 100%;
  float: left;
  width: 6%;
  padding-top: 6px;
}

.searchbtm:before {
  font-family: fontawesome;
  content: "\f002";
  font-size: 150%;
}

.Businessparent {
  width: 92%;
  margin: 0 auto;
}

.biz {
  width: 31%;
  min-width: 300px;
  display: inline-block;
  padding: 10px;
  padding-right: 1%;
  padding-left: 1%;
  border: 1px solid #c7bcbc;
  border-radius: 8px;
  background: #fff;
  margin: 1%;
  margin-top: 3px;
  margin-bottom: 7px;
  min-height: 190px;
  vertical-align: top;
  position: relative;
}

.biz .bizlogo {
  height: 100px;
  text-align: center;
}

.biz .bizlogo img {
  max-width: 100%;
  max-height: 100px;
}

.biz .bizinfo {
  vertical-align: top;
}

.biz .bizinfo .channel {
  text-align: center;
  font-weight: 700;
  padding: 3px;
}

.biz .bizinfo h4 {
  font-size: 14px;
}

.biz .rank {
  position: absolute;
  bottom: 0;
  color: silver;
}

.biz .bizinfo div {
  text-align: left;
}

.biz .bizinfo div:before {
  font-family: fontawesome;
  color: #000050;
  font-size: 150%;
  margin-top: 0;
  margin-right: 2%;
}

.biz label {
  color: silver;
  font-size: 11px;
}

.biz .bizinfo .address:before {
  content: "\f041";
}

.biz .bizinfo .website:before {
  content: "\f0ac";
}

.biz .bizinfo .tel:before {
  content: "\f095";
}

.Business {
  width: 100%;
  margin: 20px auto;
  background: #fff;
}

.Business div > span {
  float: left;
  width: auto;
  color: #535455;
  font-size: 150%;
  padding-bottom: 5px;
}

.Businessaddress {
  float: left;
  width: 100%;
  margin-top: 15px;
  color: #535455;
}

.Businessaddress:before {
  font-family: fontawesome;
  content: "\f041";
  color: #000050;
  font-size: 150%;
  float: left;
  margin-top: 0;
  margin-right: 2%;
}

.Businessweb:before {
  content: "\f0ac";
  font-size: 120%;
}

.Businessphone:before {
  content: "\f095";
  font-size: 120%;
}

.Businessemail:before {
  content: "\f0e0";
  font-size: 120%;
}

.Businessmap {
  float: left;
  margin-left: 2%;
  width: 34%;
  height: 170px;
}

.Businessdetails {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.tabs {
  width: 25%;
  height: 50px;
  text-align: center;
  padding-top: 20px;
  float: left;
  border: 1px solid #fff;
  background-color: gray;
  cursor: pointer;
  color: #fff;
}

.Businessdesc {
  padding: 0 6%;
}

.Businessdesc span:before {
  content: "";
  background: #ff7100;
  position: absolute;
  height: 2px;
  width: 30px;
  margin-top: 29px;
}

.DESCRIPTION {
  display: block;
}

.Businessdesc span {
  width: 100%;
  border-bottom: 1px solid #D6D6D6;
  color: #535455;
  padding-bottom: 8px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

.comparent {
  width: 100%;
  padding: 8%;
  padding-top: 0;
  padding-bottom: 15px;
  min-height: 400px;
}

.comtext {
  margin-left: 2%;
  display: inline-block;
  width: 95%;
  font-size: 90%;
  line-height: 150%;
}

.section1 {
  display: inline-block;
  width: 50%;
  line-height: 150%;
}

.section1 div {
  width: 35%;
  float: left;
  color: #535455;
}

.ACTIVITIES div {
  width: 96%;
  margin-left: 2%;
  padding: 10px;
  background-color: #EDEDED;
  float: left;
  color: #595867;
  margin-bottom: 2px;
}

.ACTIVITIES div i {
  font-size: 60%;
  color: red;
  padding-right: 6px;
}

.stickypad {
  padding-top: 15px;
  padding-bottom: 15px;
  transition-duration: 1s;
}

.selectcountry {
  width: 100%;
}

.selectcountry li {
  width: 31%;
  display: inline-block;
  min-width: 250px;
  text-align: left;
  padding-top: 10px;
}

.h2_updates {
  font-size: 32px;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: 40px;
  background-position: center -400px;
  background-image: url(../images/stripe_ih2.png);
  background-repeat: no-repeat;
}

ul.ilist {
  overflow: hidden;
  width: 100%;
}

ul.ilist li {
  padding: 0 30px 0 0;
  font-weight: 300;
  color: #4d4d4d;
  width: 33%;
  display: inline-block;
  height: 60px;
  overflow: hidden;
  margin-bottom: 30px;
  min-width: 250px;
}

ul.ilist li .status {
  height: 30px;
  font-size: 12px;
  font-weight: 200;
  line-height: 22px;
}

ul.ilist li .new, ul.ilist li .updated {
  color: #fff;
  background: #636c81;
  padding: 0 0 0 5px;
  float: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  margin-right: 20px;
  position: relative;
}

ul.ilist li .updated:after, ul.ilist li .new:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(99,108,129,0);
  border-left-color: #636c81;
  border-width: 10px;
  margin-top: -10px;
}

.cat-logo {
  position: absolute;
  top: 107px;
  right: 14px;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.cat-img {
  height: 130px;
  overflow: hidden;
}

.cat-title {
  padding: 10px 0 10px 15px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  width: 100%;
  text-align: left;
  background: #f7f7f7;
  height: 60px;
}

.cat-title h3 {
  font-size: 16px;
}

.cat-category {
  display: inline-block;
  width: 100%;
  min-height: 50px;
  margin-top: 20px;
}

.cat-icon {
  width: 32px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

.cat-list {
  display: inline-block;
  vertical-align: top;
  color: #222;
  font-size: 12px;
}

h3 {
  font-size: 14px;
}

.CategoryItem {
  width: 29%;
  display: inline-block;
  text-align: left;
  height: 30px;
  min-width: 250px;
}

.innercmp {
  display: inline-block;
  width: 29%;
  height: 104px;
  vertical-align: top;
}

.innercmplogo {
  width: 20%;
  height: 75px;
  display: inline-block;
}

.innercmptxt {
  display: inline-block;
  width: 79%;
}

.innercmptxt1 a {
  white-space: normal;
}

.innercmptxt2 {
  font-size: 12px;
}

.targets h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.paging li {
  display: inline-block;
  border: 1px solid silver;
  width: 50px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  padding-top: 5px;
}

.MainSlider {
  position: relative;
}

.MainSlider li div {
  position: absolute;
  left: 10%;
  top: 17%;
  min-width: 250px;
  min-height: 250px;
  background: #fff;
  padding: 5px 40PX;
  font-weight: bolder;
  color: #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(49,47,47,.2);
  box-shadow: 0 4px 10px 0 rgba(49,47,47,.2);
}

.MainSlider p {
  line-height: 1.5;
  color: #ff7100;
}

.sy-pager {
  display: none;
}

.panel {
  width: 100%;
  min-height: 250px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.panel .body {
  width: 92%;
  margin: 0 auto;
  color: #3F51B5;
}

.panel .body .head {
  font-size: 18px;
  padding: 5px;
  text-align: left;
}

.panel .body .head h3 {
  border-bottom: 1px solid;
  width: 96%;
  padding-bottom: 10px;
}

.bt-advertise {
  min-width: 250px;
  height: 200px;
  vertical-align: top;
  overflow: hidden;
  border-radius: 1px 8px 8px 8px;
  background: #fff;
  text-align: center;
}

.bt-advertise-logo {
  width: 90%;
  max-height: 160px;
  height: 160px;
  position: relative;
  top: auto;
  right: auto;
  z-index: 1;
  padding-top: 23px;
  padding-bottom: 15px;
  margin: 0 auto;
}

.bt-advertise-logo img {
  height: auto;
}

.bt-advertise-name {
  margin-bottom: 20px;
  background-color: #0065c1;
  padding: 12px;
  color: #fff;
}


.bt-advertise-flag {
  position: absolute;
  top: 148px;
  right: 31px;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  width: 32px;
  height: 32px;
  z-index: 2;
  border: 1px solid #0065c1;
}

.targets .part h2 {
  font-size: 22px;
}

.targets .part li {
  padding-top: 10px;
  list-style: square;
}

.requests a {
  display: inline-block;
}

.offers a {
  display: inline-block;
}

.events a {
  display: inline-block;
}

.events .item {
  padding-top: 10px;
  display: inline-block;
  min-width: 200px;
  width: 23%;
  text-align: center;
  min-height: 170px;
  vertical-align: top;
  margin: 10px 10px 10px 0;
  border: 1px solid #DCDEE3;
  background: #fff;
  position: relative;
  padding-top: 0;
}

.events .item .img {
  width: 100%;
  height: 175px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.events .item .header {
  width: 100%;
  overflow: hidden;
  height: 46px;
}

.events .item .date {
  position: absolute;
  top: 120px;
  width: 120px;
  overflow: hidden;
  height: 35px;
  background: rgba(0,0,255,0.2);
  padding-top: 7px;
  padding-left: 10px;
}

.innercmp {
  float: none;
  display: inline-block;
}

.targets h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bfooter li {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.bfooter li a {
  color: #fff;
}

.fixmenu {
  position: fixed;
  top: 150px;
  left: 0;
  width: 33px;
  border: 1px solid #2f4050;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #2f4050;
  box-shadow: 0 1px 2px #6e7a84;
  border-left: none;
  background: #fafafa;
  z-index: 100000000;
  transition-duration: .5s;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0 20px 20px 0;
  height: 36px;
  overflow: hidden;
}

.fixmenu .item {
  display: none;
}

.sp-center {
  text-align: center;
}

.business .header {
  text-align: center;
  background: #fff;
  padding: 0 34px;
  float: left;
}

.business .logo {
  float: left;
  background: #fff;
  width: 150px;
  height: 150px;
  border: 2px solid silver;
  border-radius: 15px;
}

.right-rail {
  float: left;
  margin-right: -1px;
  width: calc((576px * .29167) + 144px);
  background: #fff;
}

.right-rail .container {
  background-color: #fff;
  padding: 6px;
  margin: 0;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2);
  transition: box-shadow 83ms;
}

.core-rail {
  float: left;
  margin-right: 20px;
  width: calc((576px * .70833) + 500px);
  margin-bottom: 24px;
  background: #fff;
  min-height: 500px;
}

.core-rail .container {
  background-color: #fff;
  padding: 6px;
  margin: 0;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2);
  transition: box-shadow 83ms;
}

.s-title {
  height: 250px;
  text-align: center;
  border: 1px solid #d1d1d1;
  min-height: 35px;
  padding: 10px;
  background-color: #eee;
  position: relative;
}

.s-title .head {
  background: #fff;
  bottom: -27px;
  z-index: 20;
  position: absolute;
  border: 2px solid silver;
  max-width: 550px;
  margin-left: 178px;
  border-left: none;
  padding-left: 49px;
  padding-right: 49px;
}

.s-title h1 {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  color: #0065c1;
}

.s-confirm {
  position: fixed;
  top: 190px;
  left: 0;
  z-index: 200;
}

.s-confirm a {
  display: block;
  width: 100px;
  border: 1px solid #ff7100;
  border-radius: 3px;
  padding: 5px;
  color: #fff;
  background-color: #ff7100;
}

.title {
  margin-bottom: 20px;
  padding: 10px;
  color: #3F51B5;
  border-bottom: 2px solid;
}

.title h3 {
  display: inline-block;
}

.title i {
  width: 35px;
}

.s-robot {
  color: #fff;
  width: 200px;
  background: #56b134;
  float: right;
  padding: 3px;
}

.g-name {
  display: inline-block;
  margin-left: 10px;
}

.b-activities {
  width: 70%;
  margin: 0 auto;
  padding: 10px;
}

.b-activities li i {
  color: #ff7100;
  font-size: 12px;
  margin-right: 15px;
}

.b-activities li {
  width: 100%;
  display: inline-block;
  line-height: 36px;
}

.b-activities li a {
  color: #535455;
}

.b-activities li a:hover {
  color: #0065c1;
}

.b-activities li span {
  margin-right: 10px;
  color: #535455;
}

.b-media {
  width: 98%;
  margin: 0 auto;
  padding: 10px;
}

.b-media li {
  width: 200px;
  display: inline-block;
  text-align: center;
}

.b-media img {
  max-width: 150px;
  max-height: 150px;
}

.business {
  position: relative;
}

.business .note {
  font-weight: 700;
  color: #f0f0f0;
}

.business .notActive {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1000px;
  z-index: 100;
  background: rgba(0,0,0,0.75);
  text-align: center;
}

.business .notActive label {
  color: #ff0;
  font-size: 35px;
  font-family: sans-serif;
  font-weight: 700;
  display: block;
}

.section {
  padding-top: 36px;
  width: 92%;
  margin: auto;
}

.section h1 {
  font-size: 200%;
  color: #0065c1;
}

.categorylink {
  margin-left: 10px;
  color: #666;
  display: inline-block;
  vertical-align: top;
}

.category {
  display: inline-block;
  width: 20%;
  margin: 0.5rem 0 !important;
  vertical-align: top;
  min-height: 333px;
  background: #fff;
  position: relative;
  min-width: 250px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.category:hover {
  border-color: var(--primary);
}

.section h1 {
  font-size: 200%;
  color: #0065c1;
}

.group {
  height: 32px;
  display: inline-block;
  padding-left: 10px;
  line-height: 32px;
}

.group:hover {
  border-radius: 3px;
  background-color: #ff7100;
}

.group:hover .cat-list h3 {
  color: #fff;
}

.grouplink {
  margin-left: 10px;
  color: #666;
  display: inline-block;
  vertical-align: top;
}

.section h1 {
  font-size: 200%;
  color: #0065c1;
}

.group {
  width: 30%;
  height: 32px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 32px;
}

.group:hover {
  border-radius: 3px;
  background-color: #ff7100;
}

.group:hover .cat-list h3 {
  color: #fff;
}

.grouplink {
  margin-left: 10px;
  color: #666;
  display: inline-block;
  vertical-align: top;
}

.cat-title {
  padding: 10px 0 10px 15px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  width: 100%;
  text-align: left;
  background: #f7f7f7;
}

.cat-group {
  display: inline-block;
  width: 100%;
  min-height: 50px;
  margin-top: 20px;
}

.cat-icon {
  width: 32px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

.cat-list {
  display: inline-block;
  vertical-align: top;
  color: #222;
  font-size: 14px;
}

.item-details {
  margin: 25px auto;
  padding: 20px;
  box-shadow: 0 3px 5px #ccc;
  background-color: #fff;
  line-height: 35px;
}

.item-divs {
  display: inline-block;
  width: 100%;
  border: 1px solid #eee;
}

.item-title {
  font-size: 14px;
  padding-left: 10px;
  vertical-align: top;
  display: inline-block;
  color: #999;
  width: 10%;
}

.item-content {
  border-left: 1px solid #eee;
  color: #666;
  vertical-align: top;
  display: inline-block;
  width: 88%;
  padding-left: 10px;
  overflow: hidden;
}

.item-h1 {
  padding: 10px 50px;
  color: #053975;
}

.item-div-h1 {
  width: 100%;
  margin: 10px auto;
  background: #fff;
  bottom: 0;
  position: absolute;
  left: 0;
}

.bt-header-member li.searc-responsive {
  display: none;
}
/*nabizadeh*/
.bt-flex-between {
  justify-content: space-between;
}

.res-menu-icon {
  display: none;
  position: relative;
  font-size: 16px;
  color: #333;
  border-right: 1px solid #eee;
  padding: 14px 9px 8px;
}

.res-menu-div {
  display: none;
}

.res-menu-div a {
  position: relative;
  margin-top: 3px;
  font-size: 16px;
  display: inline-block;
  color: #333;
  border-right: 1px solid #eee;
  padding: 11px 7px 8px;
}

.close-menu-icon {
  display: none;
  font-size: 18px;
  color: #0065c1;
  position: absolute;
  font-size: 18px;
  color: #0065c1;
  right: 1rem;
  top: 1rem;
}

.quick-menu-button {
  position: fixed;
  background: white;
  left: -30px;
  top: 40%;
  transform: rotate(90deg);
  display: none;
  transition: 0.5s;
  z-index: 55;
}

.quick-menu-button.menu-left {
  left: 270px;
}

.chevron-down-icon {
  display: none;
}

.bt-menu li a.second-link i.fas.fa-chevron-down, .bt-menu li a.main-link i.fas.fa-chevron-down, .bcategory i.fas.fa-chevron-down {
  display: none;
}

@media (min-width: 1200px) {
  .global.bg {
    left: 6%;
    left: 4%;
  }

  ul.ilist li {
    width: 23%;
  }

  .logo {
    right: 43%;
  }

  .headerbelow-menu {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 120%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .b2bcologo {
    text-align: center;
    width: 100%;
    max-width: 250px;
  }

  .header-link {
    width: 100%;
  }

  ul.ilist li {
    width: 49%;
  }

  .firstunit .box {
    width: 22%;
  }

  .innercmp {
    width: 48%;
    height: 150px;
  }

  .globalparent {
    padding-top: 12px;
    height: 430px;
  }

  .targets .search-slider {
    width: 100%;
  }

  .targets .shortlink {
    width: 100%;
  }

  .targets .shortlink .box {
    display: inline-block;
  }

  .header .bcategory {
    display: none;
  }

  .header .search {
    display: none;
  }

  .headerbelow-menu {
    padding-left: 5px;
    font-size: 110%;
  }

  .logo {
    top: 32px;
  }

  .logo1 {
    top: 19px;
  }

  .logo img {
    width: 110px;
    height: 55px;
  }

  .headertop {
    margin-left: 1%;
  }

  .headno {
    margin-left: 0;
    float: right;
  }

  .news2col img {
    height: 150px;
  }

  .news2col span {
    font-size: 100%;
  }

  .news2coltxt {
    font-size: 80%;
  }

  .below i {
    font-size: 450%;
  }

  .below span {
    font-size: 85%;
  }

  .footermain span {
    font-size: 150%;
  }

  .footercol h1 {
    font-size: 100%;
  }

  .footercol li {
    font-size: 85%;
  }

  footer {
    padding-top: 30px;
  }

  .innercmp {
    width: 50%;
  }

  .new1right {
    height: 200px;
  }

  .globalfont {
    font-size: 400% !important;
  }

  .grids span {
    font-size: 100%;
  }

  .more {
    font-size: 100%;
  }

  /* .bcategory {
  display: none;
}*/

}

@media only screen and (max-width: 768px) {
  .bt-nav-bar {
    display: none;
  }

  .header-link {
    margin-top: 0;
  }

  .headerbelow-menu li {
    display: none;
  }

  .headerbelow-menu li.icon {
    float: left;
    display: inline-block;
  }

  .headerbelow-menu li.icon a {
    float: left;
    display: inline-block;
  }

  .headerbelow-menu.responsive {
    position: relative;
  }

  .headerbelow-menu.responsive li.icon {
    position: absolute;
    left: 0;
    top: 0;
  }

  .headerbelow-menu.responsive li {
    float: none;
    display: inline;
  }

  .headerbelow-menu.responsive li a {
    display: block;
    text-align: left;
  }

  .firstunit .box {
    width: 20%;
  }

  .htop .memberbtn {
    width: 145px;
  }

  .fcol1 {
    width: 100%;
  }

  .fcol2 {
    width: 100%;
  }

  .slider .targets {
    width: 97%;
  }

  .slider .targets h1 {
    font-size: 15px;
  }

  .targets .button {
    padding-top: 115px;
  }

  .targets .box {
    width: 97%;
    display: inline-block;
    background: #fff;
    opacity: .8;
    text-align: center;
    position: relative;
    margin: 0;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    padding: 10px;
  }

  .targets .box .icon {
    width: 30px;
    float: left;
    margin: 5px;
  }

  .targets .box .header {
    width: auto;
    float: left;
    margin: 5px;
    padding-top: 4px;
  }

  .header .bcategory {
    display: none;
  }

  .header .search {
    display: none;
  }

  .logo {
    right: 41%;
    top: 119px;
    transform: scale(1);
  }

  .logo1 {
    top: 60px;
  }

  body {
    min-width: 350px;
  }

  .innercmp {
    width: 100%;
  }

  .headerbelow-menu {
    font-size: 120%;
    width: 100%;
    text-align: center;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .fadiamond {
    float: none;
    margin-right: 0;
  }

  .maintoptitle {
    font-size: 120%;
  }

  .maintoptitle1 {
    font-size: 90%;
  }

  .footer-logo-div {
    text-align: center;
  }
  /*.targets span {
  font-size: 150%;
}*/

  .innercmp {
    text-align: center;
  }

  .innercmptxt {
    width: 100%;
  }

  .innercmptxt1 {
    font-size: 100%;
  }

  .registertitle {
    font-size: 150%;
  }

  .registerbtm {
    font-size: 85%;
    width: 150px;
  }

  .grids {
    width: 50%;
  }

  .globaltitle {
    font-size: 120%;
    font-weight: 700;
  }

  .globaltxt {
    font-size: 95%;
  }

  .news2col {
    width: 70%;
    margin-left: 17%;
    margin-bottom: 5px;
  }

  .news2col img {
    height: 250px;
  }

  .news {
    padding-bottom: 10px;
  }

  .below {
    width: 46%;
    margin-bottom: 10px;
    border: none;
  }

  .footercol {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .footercol li {
    font-size: 80%;
    width: 50%;
    /* float: right;*/
  }

  .footercol .socials li {
    width: auto;
  }
}

@media (max-width: 480px) {
  .firstunit .targets h2 {
    display: none !important;
  }

  .firstunit .box {
    width: 90% !important;
    height: 80px !important;
    margin: 10px auto !important;
    display: block !important;
    text-align: center;
    padding: 0;
  }

  .firstunit .box .icon {
    float: left;
  }

  .firstunit .box .icon, .firstunit .box p {
    margin: 0 !important;
  }

  .firstunit .box p {
    font: bold 13px/80px tahoma !important;
    padding: 0 10px;
  }

  .footercol ul {
    float: left;
    margin-top: 20px;
    width: 100%;
  }

  .header .bcategory {
    display: none;
  }

  .header .search {
    display: none;
  }
}
/*nabizadeh*/
@media only screen and (max-width:1280px) {

  /*nabizadeh*/

  .bt-header-signin, .bt-header-rfq, .bt-header-chat {
    position: relative;
  }

  .bt-header-signin div, .bt-header-rfq div, .bt-header-chat div {
    position: absolute;
    display: none;
    background: white;
    top: 40px;
    right: 0;
    width: max-content;
    padding: 0.7rem;
    z-index: 555;
  }

  .bt-header-signin div p, .bt-header-rfq div p, .bt-header-chat div p {
    margin: 0 0 0.3rem;
  }

  .bt-search {
    display: none;
    position: absolute;
    z-index: 556;
    background: white none repeat scroll 0% 0%;
    top: 4.8rem;
    right: 0.5vw;
    left: 0.5vw;
    max-width: unset;
    width: 99%;
    flex: auto;
  }

  .bt-header .sp-r.bt-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .bt-header-member li.searc-responsive {
    display: inline-block;
    font-size: 26px;
    color: #ff7100;
    padding: 0;
  }

  .bt-header-member {
    width: auto;
    max-width: inherit;
    min-width: max-content;
  }

  .main-menu {
    display: none;
    flex-flow: column;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    overflow-y: auto;
    z-index: 999999999;
    background: #f6f6f6;
  }

  .main-bcategory {
    display: block;
    border-bottom: 1px solid #333333;
    padding: 1rem 0;
  }

  .bt-menu li {
    display: block;
    border-bottom: 1px solid #eee;
    border-right: 0;
  }

  .main-menu .bcategory.sp-br {
    border: 0;
  }

  .res-menu-icon {
    display: block;
  }

  .close-menu-icon {
    display: block;
  }

  .header .search {
    display: none;
  }

  .bt-header-link {
    flex-direction: row;
  }

  .bt-menu-drop {
    position: initial;
    width: auto;
  }

  .bt-menu li:hover .bt-menu-drop {
    display: none;
  }

  .bcategory:hover {
    background: #f6f6f6;
  }

  .chevron-down-icon {
    display: inline-block;
  }

  .bcategory .down-menu, .bcategory:hover .down-menu {
    position: initial;
    display: none;
    visibility: visible;
    opacity: 1;
    background: #f6f6f6;
  }

  .bcategory .dropdown-menu .browseCategList:hover .detailListCateg, .detailListCateg {
    visibility: visible;
    display: none;
    opacity: 1;
    background: #f6f6f6;
  }

  .bcategory .dropdown-menu .browseCategList .detailListCateg {
    position: initial;
    min-height: auto;
    display: none;
    visibility: visible;
  }

  .bt-menu li a.second-link i.fas.fa-chevron-down, .bt-menu li a.main-link i.fas.fa-chevron-down, .bcategory i.fas.fa-chevron-down {
    display: inline-block;
  }

  .bcategory .dropdown-menu .browseCategList:hover {
    color: #ff7100;
    background: #f6f6f6;
  }
}

@media only screen and (max-width:1024px) {
  .bt-slider-left {
    position: fixed;
    left: -300px;
    z-index: 555;
    top: 20%;
    border-left: 0 solid;
    flex: auto;
    transition: 0.5s;
    max-width: none;
    width: 300px;
  }

  .bt-slider-left.left-0 {
    left: 0px;
    box-shadow: 1px -1px 7px #00000030;
  }
  /*nabizadeh*/
  .quick-menu-button {
    display: block;
  }

  .bt-wrapper.bt-slider .sp-r {
    margin: 0;
  }

  .footercol:nth-child(1).sp-c-4.sp-t-0 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .MainSlider img {
    width: 100%;
  }
}

@media only screen and (max-width:992px) {
  .bt-wrapper.main-rail {
    flex-wrap: wrap;
  }

  #AccountPlanId {
    width: 100%;
    text-align: center;
  }

  .jooble-img {
    max-width: 200px;
    margin: auto;
  }

  .baner-img {
    max-width: 400px;
    margin: auto;
  }

  .main-rail .sp-card {
    height: auto;
    margin-top: 0.5rem;
  }

  .right-rail {
    width: 100%;
  }

  .core-rail {
    width: 100%;
  }
}

@media only screen and (max-width:640px) {
  .bt-header-menu {
    width: auto;
    max-width: min-content;
    min-width: auto;
  }

  .footercol {
    margin: 1rem 0 1rem;
  }
}

@media only screen and (max-width:480px) {
  .bt-logo {
    width: auto;
  }

  .bt-header-member li {
    padding-left: 30px;
    height: 25px;
    margin-right: 0px;
    background-size: contain;
  }

  .bt-header-member li.searc-responsive {
    font-size: 22px;
  }

  .bt-header-signin div, .bt-header-rfq div, .bt-header-chat div {
    right: 0;
    left: auto;
  }

  .bt-logo img {
    max-width: 127px;
  }

  .bt-nav-support a {
    padding-right: 6px;
    margin-left: 6px;
  }

  .events .item {
    width: 100%;
    margin: 10px 0;
  }

  .price-div {
    text-align: center;
  }
}
